/ Assembly List / LJCTextDataReaderLib / TextDataReader / GetChars

Namespace - LJCTextDataReaderLib


Parameters
i - The data field index.
fieldOffset - The field offset.
buffer - The buffer.
bufferoffset - The buffer offset.
length - The length.

Returns

The number of chars copied.

Syntax

C#
public Int64 GetChars(Int32 i, Int64 fieldOffset, Char[] buffer, Int32 bufferoffset, Int32 length)

Place characters from field at the specified index into a character array buffer.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.